home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Chance / HyperCraps 1.02 / background_3137.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.6 KB  |  80 lines

  1. -- background: 3137 from stack: in.02
  2. -- bmap block id: 4758
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=68 top=46 right=265 bottom=444
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 8192
  18. -- line height: 16
  19. -- part name: field
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=347 top=284 right=306 bottom=447
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: More
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect venetian blinds very slow
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: A003
  45. -- rect: left=202 top=284 right=306 bottom=302
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Play Craps
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve slow
  57.   go to card "craps game"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 6 (button)
  63. -- low flags: 00
  64. -- high flags: A003
  65. -- rect: left=61 top=284 right=306 bottom=161
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Quit
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect dissolve slow
  77.   go to next card
  78. end mouseUp
  79.  
  80.